Text File | 1990-01-01 | 955 b | 22 lines | [TEXT/Brow]
BScrollText
(Honors Class)
Introduction
BScrollText implements an editable text window that can have arbitrary amounts of text written to it. If there isn't enough room in the TE Record for an insert, room is made by deleting characters from the top. Lines can be automatically scrolled into view when inserted, and the scrolling speed can be adjusted.
Heritage
Superclass BEditText
Subclasses BProfilePane
Using BScrollText
You should use this class when you want to be able to scroll back and edit text but also need to write large amounts of text to the window. A stdio console and a profiler trace display are two possible examples.
Instance Variables, Methods, Functions, Resources, and Summary
This demo issue of Prepare() does not include the detailed information on each instance variable, method, function, and resource defined in this file. Subscribers receive complete source and manual pages for every class in each issue.